Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RO359B] platform added #4302

Merged
merged 2 commits into from May 15, 2017
Merged

[RO359B] platform added #4302

merged 2 commits into from May 15, 2017

Conversation

ytsuboi
Copy link
Contributor

@ytsuboi ytsuboi commented May 11, 2017

Description

Adding a new platform RO359B, Wi-Fi module that uses K24F. Re-opened, older one is #4281

Now directory stracture are following, and using inherits on target.json

TARGET_MCUXpresso_MCUS
└TARGET_MCU_K24F
 └TARGET_MCU_K24F1M
  └TARGET_RO359B

Status

READY

Migrations

NO

Steps to test or reproduce

To test this platform with ci-test-shield, pelase use following patch. PWM test need some wiring and this patch.
https://gist.github.com/ytsuboi/9cc9ae551e4775994a89eb88700105c9

Test results. ( I didn't use above test patch for this test. )
RO359B_test_ARM_20170511.txt
RO359B_test_GCC_ARM_20170511.txt
RO359B_test_IAR_20170511.txt

CC @toyowata @0xc0170 @theotherjimmy

@0xc0170
Copy link
Contributor

0xc0170 commented May 11, 2017

cc @mmahadevan108

"inherits": ["MCU_K24F1M"],
"detect_code": ["1022"],
"release_versions": ["2", "5"],
"extra_labels_add": ["RO359B"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not needed, and discouraged, to add yourself to extra_labels.

"MCU_K24F1M": {
"core": "Cortex-M4F",
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "MCU_K24F", "MCU_K24F1M", "KPSDK_MCUS", "KPSDK_CODE", "FLASH_CMSIS_ALGO"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same comment on this line: you don't need to add yourself to extra_labels, and you should not.

@theotherjimmy theotherjimmy changed the title [RO359B] platform added (re-opened) [RO359B] platform added May 11, 2017
@ytsuboi
Copy link
Contributor Author

ytsuboi commented May 12, 2017

@theotherjimmy fixed pointed things on your review, and ran tests again.

@theotherjimmy
Copy link
Contributor

tools changes and targets.json look fine.

@theotherjimmy
Copy link
Contributor

/morph export-build
/morph test

@theotherjimmy
Copy link
Contributor

/morph test

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph export-build
/morph test

Output

mbed Build Number: 32

All exports and builds passed!

@mbed-bot
Copy link

Result: SUCCESS

Your command has finished executing! Here's what you wrote!

/morph test

Output

mbed Build Number: 201

All builds and test passed!

@0xc0170 0xc0170 merged commit 5af3b0d into ARMmbed:master May 15, 2017
@ytsuboi
Copy link
Contributor Author

ytsuboi commented May 15, 2017

Thanks! @toyowata @0xc0170 @theotherjimmy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants